From: Rotem Liss Date: Thu, 20 Dec 2007 06:03:46 +0000 (+0000) Subject: Typo. X-Git-Tag: 1.31.0-rc.0~50330 X-Git-Url: http://git.cyclocoop.org/%22.%24info%5B?a=commitdiff_plain;h=caacb41b8dd998f204788740eff20de8ab9d2d76;p=lhc%2Fweb%2Fwiklou.git Typo. --- diff --git a/includes/Title.php b/includes/Title.php index 3521360017..2225aa358e 100644 --- a/includes/Title.php +++ b/includes/Title.php @@ -2382,7 +2382,7 @@ class Title { } if( $u ) $u->doUpdate(); - # Update message catch for interface messages + # Update message cache for interface messages if( $nt->getNamespace() == NS_MEDIAWIKI ) { global $wgMessageCache; $newarticle = new Article( $nt );